projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d8a28e
)
Fix last change (synch from the EMACS_22_BASE branch).
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 9 Nov 2007 10:28:14 +0000
(10:28 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 9 Nov 2007 10:28:14 +0000
(10:28 +0000)
lisp/server.el
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index c263a21a6cf6cc6be012d136ec4bb2a19fd298a3..329010cc95026657ec4fa297afa14b224f2820c2 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-1295,10
+1295,6
@@
only these files will be asked to be saved."
;; continue standard unloading
nil)
-(add-hook 'kill-emacs-hook (lambda () (server-mode -1))) ;Cleanup upon exit.
-
-(defvar server-unload-function 'server-unload-function)
-
\f
(provide 'server)